home *** CD-ROM | disk | FTP | other *** search
/ Precision Software Appli…tions Silver Collection 4 / Precision Software Applications Silver Collection Volume 4 (1993).iso / new / atmm11.arj / MM.DOC < prev    next >
Text File  |  1993-05-27  |  20KB  |  440 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11.  
  12.  
  13.  
  14.  
  15.  
  16.         ╒╤══════════════════════════════════════════════════════════╤╕
  17.         ││                                                          ││
  18.         ││               ┌┬───────────────────────┬┐                ││
  19.         ││               ││ Mandelbrot Microscope ││                ││
  20.         ││               └┴───────────────────────┴┘                ││
  21.         ││                                                          ││
  22.         ││                    USER'S GUIDE FOR                      ││
  23.         ││                                                          ││
  24.         ││                      VERSION  1.1                        ││
  25.         ││                                                          ││
  26.         ││                      May 27, 1993                        ││
  27.         ││                                                          ││
  28.         ││                                                          ││
  29.         ││          Copyright 1993, by William Joseph Johnson       ││
  30.         ││                                                          ││
  31.         ││                   All Rights Reserved.                   ││
  32.         ││                                                          ││
  33.         ││                                                          ││
  34.         ╘╧══════════════════════════════════════════════════════════╧╛
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.      ╒╤══════════════════════════════════════════════════════════════╤╕
  56.      ││ Avocation Technologies, 2455 Laurel Lane, Sycamore, IL 60178 ││
  57.      ││                    Mandelbrot Microscope                     ││
  58.      ││ Copr. 1992-93 by William Joseph Johnson, all rights reserved ││
  59.      ╘╧══════════════════════════════════════════════════════════════╧╛
  60.  
  61.  
  62.                     T A B L E   O F   C O N T E N T S
  63.                     -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  64.  
  65.  1. INTRODUCTION . . . . . . . . . . . . . . . . . . . . . . . . . .   3
  66.       Features . . . . . . . . . . . . . . . . . . . . . . . . . . .   3
  67.       Shareware Licensing And Distribution . . . . . . . . . . . . .   4
  68.       Disclaimer . . . . . . . . . . . . . . . . . . . . . . . . . .   4
  69.       Public Domain And Shareware Libraries . . .  . . . . . . . . .   5
  70.       Vendor Guidelines . . . . . . . . . . . . .  . . . . . . . . .   5
  71.  
  72.  
  73.  2. GETTING STARTED  . . . . . . . . . . . . . . . . . . . . . . . .   6
  74.       What You Should Have Received  . . . . . . . . . . . . . . . .   6
  75.       System Requirements  . . . . . . . . . . . . . . . . . . . . .   6
  76.       Support and updates  . . . . . . . . . . . . . . . . . . . . .   7
  77.       Correspondence . . . . . . . . . . . . . . . . . . . . . . . .   7
  78.       Distribution sites . . . . . . . . . . . . . . . . . . . . . .   8
  79.       What's new?  . . . . . . . . . . . . . . . . . . . . . . . . .   8
  80.  
  81.  
  82.  
  83.  
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.      ╒╤══════════════════════════════════════════════════════════════╤╕
  111.      ││ Avocation Technologies, 2455 Laurel Lane, Sycamore, IL 60178 ││
  112.      ││                    Mandelbrot Microscope                     ││
  113.      ││ Copr. 1992-93 by William Joseph Johnson, all rights reserved ││
  114.      ╘╧══════════════════════════════════════════════════════════════╧╛
  115.  
  116.  
  117.                      1.) I N T R O D U C T I O N
  118.                      -=-=-=-=-=-=-=-=-=-=-=-=-=-
  119.  
  120.  
  121.   WHAT IS THE MANDELBROT MICROSCOPE?
  122.   -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  123.  
  124.   The Mandelbrot Microscope is a vehicle that explores the Mandelbrot set.
  125.   It is written in a screen saver type format and functions very well as
  126.   one.  However, it was not originally written for this purpose.  It was
  127.   developed for the purpose of examining the beauty of the Mandelbrot set.
  128.   It scans the contour of the set at random magnification and captures the
  129.   intricate details of the set.
  130.  
  131.  
  132.   FEATURES
  133.   -=-=-=-=-
  134.  
  135. . Supports standard 320x200x256 color MCGA graphics mode.
  136. . Supports VESA compliant 640x480x256 color graphics mode.
  137. . Supports VESA compliant 800x600x256 color graphics mode.
  138. . Supports VESA compliant 1024x768x256 color graphics mode.
  139. . Supports VESA compliant 1280x1024x256 color graphics mode.
  140. . Offers quiet mode of operation where instructions screen is not displayed.
  141. . Optionally can display the entire mandelbrot set before scanning.
  142. . A timer displays the average length of time taken to display each picture.
  143.   You see the result when you quit the program.
  144. . MM.EXE does not require the math coprocessor hardware to be present.
  145. . MMMC.EXE requires the math coprocessor hardware to be present and will not
  146.   run in a machine that does not have a math coprocessor installed.
  147.  
  148.  
  149.   SHAREWARE LICENSING AND DISTRIBUTION
  150.   -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  151.  
  152. Thanks for trying this shareware version of Avocation Technologies
  153. Mandelbrot Microscope!
  154.  
  155. This software and documentation is protected by both United States copyright
  156. law and international treaty provisions.  This "Shareware" version of the
  157. Mandelbrot Microscope is not public domain and it is not free software.  I
  158. am not going to go to the trouble of providing registrations for this
  159. software package.  However, if you like it and use it please show a little
  160. support for it.  I only ask that if you benefit from the use of this software
  161. you show some support for it by sending five ($5) dollars or whatever to:
  162. Avocation Technologies, 2455 Laurel Lane, Sycamore, IL 60178
  163.  
  164. Operators of electronic bulletin boards (Sysops) are encouraged to post
  165. the Mandelbrot Microscope for downloading by their users.
  166.  
  167. The Mandelbrot Microscope may be uploaded to and downloaded from commercial
  168. systems such as CompuServe, and others, as long as the only charge paid by
  169. the subscriber is for on-line time and there is no charge for the program.
  170. Those copying, sharing, and / or electronically transmitting the program are
  171. required not to delete or modify the copyright notice and restrictive notices
  172. from the program or documentation.
  173.  
  174. If you are passing this program on to others, uploading it to a bulletin board
  175. system, or including it in a users group library, do not separate the files
  176. contained in the distribution archive - pass the entire archive on to the
  177. intended party.  This ensures that those who receive the program will have all
  178. the correct configuration utilities and documentation necessary to get
  179. the Mandelbrot Microscope up and running quickly.  A listing of what files you
  180. should have and the purpose of each is listed later in this manual.
  181.  
  182. The Mandelbrot Microscope documentation and program files may not be modified
  183. by users.  The program may not be separated from the documentation when
  184. distributed.  Printed or Photocopied ("Xeroxed") copies of the Mandelbrot
  185. Microscope documentation (i.e., this manual) may not be distributed or sold
  186. without the written permission of Avocation Technologies.
  187.  
  188. No person other than the author, William Joseph Johnson, may accept payment
  189. or royalties for this program.
  190.  
  191.  
  192.      ╒╤══════════════════════════════════════════════════════════════╤╕
  193.      ││ Avocation Technologies, 2455 Laurel Lane, Sycamore, IL 60178 ││
  194.      ││                    Mandelbrot Microscope                     ││
  195.      ││ Copr. 1992-93 by William Joseph Johnson, all rights reserved ││
  196.      ╘╧══════════════════════════════════════════════════════════════╧╛
  197.  
  198.  
  199.   DISCLAIMER
  200.   -=-=-=-=-=-
  201.  
  202. Avocation Technologies and the Mandelbrot Microscope's author William Joseph
  203. Johnson specifically disclaim all warranties, expressed or implied, including
  204. but not limited to implied warranties of merchantability and fitness for a
  205. particular purpose with respect to defects in the software and documentation,
  206. and the program license granted herein in particular, and without limiting
  207. operation of the program license with respect to any particular application,
  208. use, or purpose.  In no event shall Avocation Technologies or the author be
  209. liable for any loss of profit or damage, including but not limited to special,
  210. incidental, or consequential damages.  This statement shall be construed,
  211. interpreted, and governed by the laws of the State of Illinois.
  212.  
  213. All prices, terms and discount plans are subject to change without notice.
  214. Discounts are not cumulative, they apply to single orders of like products
  215. only.  Unit prices are the same as for individual users.
  216.  
  217.  
  218.      ╒╤══════════════════════════════════════════════════════════════╤╕
  219.      ││ Avocation Technologies, 2455 Laurel Lane, Sycamore, IL 60178 ││
  220.      ││                    Mandelbrot Microscope                     ││
  221.      ││ Copr. 1992-93 by William Joseph Johnson, all rights reserved ││
  222.      ╘╧══════════════════════════════════════════════════════════════╧╛
  223.  
  224.  
  225.   PUBLIC DOMAIN AND SHAREWARE LIBRARIES
  226.   -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  227.  
  228. In order to distribute the Mandelbrot Microscope, a dealer or disk vendor
  229. must comply with the following conditions:
  230.  
  231. 1.)  You must obtain written permission from Avocation Technologies to
  232.      distribute .  Please use the vendor application  supplied in the program
  233.      file 'VENDOR.TXT'.  If you receive no reply, write again.  Silence does
  234.      not constitute permission, and you may not distribute "pending" receipt
  235.      of permission.
  236.  
  237. 2.)  A maximum disk fee of $5.00 as set by Avocation Technologies in the
  238.      vendor contract must not be exceeded.  The Mandelbrot Microscope may not
  239.      be included on any disk sold for more than this maximum.  Major CD-ROM or
  240.      optical disk libraries are exempt from this restriction, provided that
  241.      they have Avocation Technologies permission to distribute.
  242.  
  243. 3.)  Vendors may not modify or delete ANY files on the disk.  Vendors may add
  244.      a "GO" program, and/or a reasonable number of small text files designed
  245.      to assist or provide a service to the user, but these added files must be
  246.      easily identifiable and end-users must be allowed to delete the added
  247.      files.
  248.  
  249. 4.)  Vendors must make a reasonable effort to distribute only the most recent
  250.      versions of Mandelbrot Microscope.  All vendors who have requested and received
  251.      written permission to distribute the Mandelbrot Microscope will receive
  252.      new major releases as they are issued.
  253.   
  254.  
  255.   VENDORS MUST COMPLY WITH THE FOLLOWING GUIDELINES.
  256.   -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  257.  
  258. Vendors must make an attempt to educate users on the nature of Shareware.
  259. Catalogs, advertisements, order forms, and all disks sold should contain
  260. wording describing the nature of shareware, and should explicitly state that
  261. no part of disk sale revenues are paid to the programs' authors.  When vendor
  262. catalogs or advertisements carry both Shareware and PD programs, the Shareware
  263. programs must be differentiated from the public domain programs in some way
  264. (in the description, with an asterisk, by listing the registration fee, etc.).
  265.  
  266.  
  267.      ╒╤══════════════════════════════════════════════════════════════╤╕
  268.      ││ Avocation Technologies, 2455 Laurel Lane, Sycamore, IL 60178 ││
  269.      ││                    Mandelbrot Microscope                     ││
  270.      ││ Copr. 1992-93 by William Joseph Johnson, all rights reserved ││
  271.      ╘╧══════════════════════════════════════════════════════════════╧╛
  272.  
  273.  
  274.                    2.) G E T T I N G   S T A R T E D
  275.                    -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  276.  
  277.   WHAT YOU SHOULD HAVE RECEIVED
  278.   -=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  279.  
  280. The Mandelbrot Microscope package is distributed in the form of a compressed
  281. *.ZIP file.  This file should contain five (5) files and a total checksum of
  282. 113,690 bytes after decompression.  A complete listing of the files follows:
  283.  
  284.  
  285. MM.EXE            -  The Mandelbrot Microscope executable program file.
  286. MMMC.EXE          -  The Mandelbrot Microscope math coprocessor program file.
  287. MM.DOC            -  This documentation file.
  288. VENDOR.DOC        -  Vendor application form.
  289. FILEID.DIZ        -  PC Board program description file.
  290.  
  291.  
  292.   SYSTEM REQUIREMENTS
  293.   -=-=-=-=-=-=-=-=-=-
  294.  
  295. . IBM PC/XT/AT or PS/2 or true IBM compatible computer.
  296. . DOS versions greater than 2.0.
  297. . 53K of available conventional RAM memory.
  298. . VGA video hardware and monitor capable of a 320x200x256 display minimum.
  299.   VESA standard support required for other higher display resolutions.
  300.  
  301.  
  302.   SUPPORT AND UPDATES
  303.   -=-=-=-=-=-=-=-=-=-
  304.  
  305. The Mandelbrot Microscope is supported via Avocation Technologies Conference
  306. #1 on the Not So Perfect BBS and anyone may call DATA there.  Any and all
  307. program inquiries will be responded to and program support will be provided
  308. there.  Free program upgrades are offered to registered users, and can be
  309. downloaded from the BBS.
  310.  
  311. Please take responsibility for using this program if you choose to do so.
  312. Support the software authors and companies that produce the software you want
  313. and use.
  314.  
  315.  
  316.   CORRESPONDENCE
  317.   -=-=-=-=-=-=-=-
  318.  
  319. If you do have a question, or a bug report, or whatever, in your
  320. correspondence, please indicate the following:
  321.  
  322. 1.)  The version of the Mandelbrot Microscope that you are using.
  323. 2.)  The version of DOS that you are using.
  324. 3.)  Your hardware configuration (Computer model, memory size, printer, etc.)
  325. 4.)  Any resident software that you have loaded in memory at the time.
  326.      (i.e. Sidekick, DOSkey, Disk Caches, Print Spoolers, Ramdisks, etc.)
  327. 5.)  Any comments or suggestions that pertain to the situation.
  328.  
  329. This information will help in identifying and suggesting reasonable solutions
  330. or alternatives to your problem.  Send your correspondence to:
  331. Avocation Technologies, 2455 Laurel Lane, Sycamore, IL 60178
  332.  
  333.  
  334.   DISTRIBUTION SITES
  335.   -=-=-=-=-=-=-=-=-=-
  336.  
  337. * NORTH CENTRAL *
  338.  
  339. The 'Not So Perfect' computer bulletin board system in Chicago Illinois, which
  340. may be reached (DATA) at (312) 237-8365, 24 hrs. a day.  No fee is required
  341. and the latest shareware version can be downloaded immediately on the first
  342. call.  The Mandelbrot Microscope is supported via Avocation Technologies
  343. Conference #1 on the BBS and anyone may call DATA there.  Any and all program
  344. inquiries will be responded to and program support will be provided there.
  345. Thanks George...
  346.  
  347.         ╔═════════════════════════════════════════════════════════════╗
  348.         ║          300 TO 14,400 BAUD HST V.32 V.42 V.42bis           ║
  349.         ║          ╓─╥╥─╖      ╥  ╥        ╔═══╗        Phones        ║
  350.         ║            ║║        ╠╗ ║        ║        312-237-8365 HST  ║
  351.         ║  7 DAYS    ║╟╥ ╥╥─╖  ║╚╗║╔═╗─╥─  ╚═══╗╔═╗ 312-237-8366 D/S- ║
  352.         ║ 24 HOURS   ║║╠═╣╟─   ║ ╚╣║ ║ ║       ║║ ║ V.32 V.42 V.42bis ║
  353.         ║            ╨╨╨ ╨╨─╜  ╨  ╨╚═╝ ╙   ╚═══╝╚═╝                   ║
  354.         ║     ╥───╖                     ╒╦═══╗   ╒╦═══╗   ╔═══╗       ║
  355.         ║     ║   ║                      ║   ║    ║   ║   ║           ║
  356.         ║     ╟───╜╥─╖╔═╗╥─╖╥─╖╔═╗─╥─    ╟───╢    ╟───╢   ╚═══╗       ║
  357.         ║     ║    ╟─ ╠╦╝╟─ ╟─ ║   ║     ║   ║    ║   ║       ║       ║
  358.         ║     ╨    ╨─╜╨╚ ╨  ╨─╜╚═╝ ╙    ╘╩═══╝ ° ╘╩═══╝ ° ╚═══╝ °     ║
  359.         ║         ╥  ╥  ╥                        ╥   ╥                ║
  360.         ║         ║ ╔╬╗ ║    Over 70,000 Files   ╚╗ ╔╝       7.0 Gigs ║
  361.         ║         ║╔╝╨╚╗║╥─╖╥  ╔═╗╔═╗╥╖╓╥╥─╖╔═╗   ╚╦╝╔═╗╖ ╓  ONLINE + ║
  362.         ║         ╠╝   ╚╣╟─ ║  ║  ║ ║║╙╜║╟─ ╚═╗    ║ ║ ║║ ║  7 CDROMs ║
  363.         ║         ╨     ╨╨─╜╨─╜╚═╝╚═╝╨  ╨╨─╜╚═╝    ╨ ╚═╝╚═╝           ║
  364.         ║                   FROM CHICAGO, ILLINOIS                    ║
  365.         ║                SYStem OPerator: GEORGE KEDRA                ║
  366.         ║                                                             ║
  367.         ╚═════════════════════════════════════════════════════════════╝
  368.  
  369. * WEST COAST *
  370.  
  371. The 'The Higher Powered BBS' computer bulletin board system in Sunnyvale
  372. California, which may be reached (DATA) at (408) 737-7040, 24 hrs. a day.  No
  373. fee is required and the latest shareware version can be downloaded immediately
  374. on the first call.  Thanks Bob...
  375.  
  376.                                ░░░░░░░░░░▒▒▒▒▒▒▒▒▒▒▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░
  377.       ░░░░░░▒▒▒▒▒▒██████       ░  OVER 200 MILLION BYTES OF MESSAGES!█░
  378.       ░░THE░▒▒▒▒▒▒██████       ░░░░░░░░░░▒▒▒▒▒▒▒▒▒▒▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░
  379.       ░░░░░░▒▒▒▒▒▒██████
  380.       ░░░░HIGHER▒▒██████
  381.       ░░░░░░▒▒▒▒▒▒██████       ░░░░░░▒▒▒▒▒▒██████
  382.       ░░░░░░▒POWERED████       ░(408) 737-7040███
  383.       ░░░░░░▒▒▒▒▒▒██████       ░░░░░░▒▒▒▒▒▒██████
  384.       ░░░░░░▒▒▒▒▒▒BBS███       ░░░░SUNNYVALE█████
  385.       ░░░░░░▒▒▒▒▒▒██████       ░░░░░░▒▒▒▒▒▒██████      ░░░░░░▒▒▒▒▒▒███████
  386.                                ░░░░░░▒CALIFORNIA█      ░  OVER 800 MEGS ██
  387.        Distribution Site for:  ░░░░░░▒▒▒▒▒▒██████      ░░░░░░▒▒▒▒▒▒███████
  388.                                ░USR 16.8K Modems█      ░░░░ OF FILES █████
  389.        ARJ, Commo, ImagiSoft   ░░░░░░▒▒▒▒▒▒██████      ░░░░░░▒▒▒▒▒▒███████
  390.        FitnessMate                                     ░EASY REGISTRATION█
  391.                                                        ░░░░░░▒▒▒▒▒▒███████
  392.         ░░░░░░░░░░▒▒▒▒▒▒▒▒▒▒▓▓▓▓▓▓▓▓▓▓███████████      ░░░FREE ACCESS█████
  393.         ░ILINK/SMARTNET/INTELEC/SFNET/BUNS CONFS█      ░░░░░░▒▒▒▒▒▒███████
  394.         ░░░░░░░░░░▒▒▒▒▒▒▒▒▒▒▓▓▓▓▓▓▓▓▓▓███████████
  395.  
  396.         BOB DEHNHARDT, MAIN BOARD HOST        JOE WARJAS, FILES MANAGER
  397.                          BOB JACOBSON, SYSTEM OPERATOR
  398.  
  399.  
  400.   WHAT'S NEW?
  401.   -=-=-=-=-=-
  402.  
  403. 1.)  After testing v.1.0 on an IBM PS2 model 30 286 machine, and a couple
  404.      of 386 machines I was very surprised.  None of them in my opinion
  405.      were capable of running the program at an acceptable speed.  The 286
  406.      took about an hour to draw the first screen!  This was not what I
  407.      had in mind for this software.  I realized it would be slow on a 286,
  408.      but I had hoped it would at least be useable.
  409.      I went back and recoded the program again for speed.  It was originally
  410.      coded with speed of execution in mind, but I pulled out all the stops
  411.      this time to make it run faster.  Short of rewriting the program in
  412.      assembler, which I may do later, this is about as fast as it can be
  413.      coded to run.  I will test it further, but I hope this release will at
  414.      least run ok on 386 machines.  Let me know...
  415.  
  416. 2.)  "-m" switch added to optionally display the entire mandelbrot set before
  417.      scanning through the set.  I did this because it takes a long time to
  418.      draw this picture on slower systems.
  419.  
  420. 3.)  Added a timer to display the average length of time taken to display
  421.      each picture.  You see the result when you quit the program.  Screen
  422.      pauses and full screen displays of course will increase this result.
  423.      It starts running after the entire mandelbrot set is displayed, if it
  424.      is, beginning with the first scanned picture and stops when the last
  425.      picture is finished drawing.
  426.  
  427.         ╒╤══════════════════════════════════════════════════════════╤╕
  428.         ││                                                          ││
  429.         ││               ┌┬───────────────────────┬┐                ││
  430.         ││               ││ Mandelbrot Microscope ││                ││
  431.         ││               └┴───────────────────────┴┘                ││
  432.         ││                                                          ││
  433.         ││                                                          ││
  434.         ││          Copyright 1993, by William Joseph Johnson       ││
  435.         ││                                                          ││
  436.         ││                   All Rights Reserved.                   ││
  437.         ││                                                          ││
  438.         ││                                                          ││
  439.         ╘╧══════════════════════════════════════════════════════════╧╛
  440.